home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0066.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  570 b   |  23 lines

  1. (that's from HTAccess.c)
  2.  
  3. I want to be able to make references like
  4.        www rfc:934
  5.     or www rfc:934.txt
  6. and have that turned into
  7.     www file://ftp.nisc.sri.com/rfc/rfc934.txt
  8.  
  9. what should I set "WWW_rfc_GATEWAY" to to do something like that?
  10.  
  11. it looks like the code in HTAccess.c is only set up to use HTTP as
  12. a gateway scheme, which is fair and good, though I would expect that
  13. if I say
  14.     setenv WWW_rfc_GATEWAY file://ftp.nisc.sri.com/rfc/
  15. that it would look and say "aha, a file, better FTP it".
  16.  
  17. this is with the 1.2c version of the line mode browser.
  18.  
  19. thanks,
  20.  
  21. --Ed
  22.  
  23.